projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9110dc
)
(gnus-mail-reply-using-mail): Use the local keymap
author
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Feb 1996 17:52:47 +0000
(17:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Feb 1996 17:52:47 +0000
(17:52 +0000)
instead of `mail-mode-map'.
lisp/gnus-msg.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-msg.el
b/lisp/gnus-msg.el
index 746e9937d00078df9f187321154756d410b3641a..2e182e6a97dc21c6337cfe5fc9668ccd0eeb38da 100644
(file)
--- a/
lisp/gnus-msg.el
+++ b/
lisp/gnus-msg.el
@@
-1560,7
+1560,7
@@
mailer."
subject message-of nil gnus-article-copy nil)
(auto-save-mode auto-save-default)
- (use-local-map (copy-keymap
mail-mode-map
))
+ (use-local-map (copy-keymap
(current-local-map)
))
(local-set-key "\C-c\C-c" 'gnus-mail-send-and-exit)
(if (and follow-to (listp follow-to))